home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / SS24DRV.ZIP / SS24DRVA.ZIP / DRIVERS.EXE / SS24 / ADI41 / DLDSETUP.HLP < prev    next >
Text File  |  1991-09-03  |  10KB  |  212 lines

  1. This is the Help file for DLDSETUP v1.01. It may be no larger than
  2. 48K in size or strange things will happen. The help messages may be
  3. modified, as long as the "tags" (single words preceded by a ":") are
  4. not changed. One possible reason to modify this file is to translate
  5. it into a foreign language. WARNING: Do not start any line with a
  6. colon (":") character because it will be mistaken for a help tag.
  7.  
  8. Copyright (c) 1990  Panacea Inc. - All Rights Reserved
  9.  
  10. :Intro
  11.                           Welcome to DLDSETUP!
  12.  
  13.     Please take a moment and call Panacea at 800-729-7420 to register your
  14.     copy of DLD386-VGA. We will keep you informed of new updates, upgrades,
  15.     and new products as they become available. Registered users of 
  16.     Panacea products receive substantial discounts on all new products.
  17.     
  18.     This program is used to configure DLD386-VGA's operating environment,   
  19.     including things like font size, board type, and resolution.
  20.     Upon completion, this program will create a file, FASTACAD.BAT, 
  21.     in the current directory, which contains all the commands 
  22.     necessary to load DLD386-VGA. DLDSETUP will also create a file
  23.     called DLDSETUP.DAT in the directory pointed to by the DLDCFG
  24.     environment variable (or the current directory if DLDCFG is not
  25.     set) that contains all the driver specific configuration information.
  26.     
  27.     After configuring the driver via this utility, you may want to also
  28.     customize your color selections. This is accomplished by running
  29.     either COLOR16 or COLOR256.
  30.  
  31.     Remember, you can press the question-mark key ("?") to get help.
  32.  
  33. :MemoryMenu
  34. Not used
  35.  
  36. :ConfigMenu
  37. Not used.
  38.  
  39. :DualMon
  40. This option is used to tell DLD386-VGA if you want to operate on only
  41. one screen (the one attached to the VGA card) or two (in case you
  42. also have a Monochrome Display Adapter). If you choose "Automatic",
  43. DLD386-VGA will run single screen if AutoCAD 386 is started from the
  44. VGA screen, or dual if started from the monochrome display. Selecting
  45. "Always Dual" will cause DLD386-VGA to always run in dual screen mode.
  46.  
  47. :FlipScreen
  48. The Flip Screen Method is a fail-safe feature. In virtually all
  49. cases, the "Instant" selection will suffice, but in some rare cases,
  50. the combination of a given VGA with a particular system will result
  51. in artifacts left on the display when doing a flip-screen back from
  52. the text screen to the graphics screen. If this occurs on your system,
  53. use the "Force Redraw" option.
  54.  
  55. :DispList
  56. When an object is erased or moved, the "Remove" option causes its
  57. vectors to be removed from the display and/or fast redraw list.
  58. This may be substantially slower than the "Overwrite" option,
  59. but it guarantees that the screen will be updated correctly. The
  60. Overwrite option causes new erase vectors to be added to the display
  61. lists, so the object will first be drawn, then erased, on screen
  62. updates. See the section, "The Remove/Overwrite Option" in the manual
  63. for more complete details. Disabling the display list will bring
  64. AutoCAD 386 ZOOMs and PANs back to normal AutoCAD 386 speeds. Disabling
  65. the fast redraw list will slow down REDRAWs substantially, but increase
  66. PAN and ZOOM speeds by about 5%. Disabling both lists will make
  67. DLD386-VGA behave like a "dumb" ADI 4.0 driver.
  68.  
  69. :BoardList
  70. Hit F1 for a list of VGA cards from which to choose yours.
  71.  
  72. :BoardSelect
  73. Choose a video card from this list. If the list does not include
  74. your specific brand of VGA, you can either select the "Your own
  75. BIOS" option, which will allow you to custom configure DLD386-VGA,
  76. or you can call Panacea technical support at 603-437-5022 for the
  77. type of card you should select.
  78.  
  79. :YourOwnBIOS
  80. If your VGA card is not in the list of supported cards, you can
  81. still set up DLD386-VGA to use it by telling this Setup program which
  82. BIOS codes the the card uses. The BIOS codes can usually be found
  83. in the manual which came with the VGA card.
  84.  
  85. :VGAResolutions
  86. You must choose a resolution from the list of resolutions
  87. supported by your VGA.
  88.  
  89. :ACADCustom
  90. Not used
  91.  
  92. :ACADRegAX
  93. This is typically where the mode select code goes. The mode MUST
  94. correspond to the color mode (16 or 256 colors) you have chosen,
  95. as indicated at the top of the active window. The mode select code
  96. is generally the same as the mode number listed in your VGA manual
  97. for a given resolution, with BX, CX, and DX all set to 0000. In
  98. some rare cases, though, such as with Video Seven and Everex VGAs,
  99. a special code is put into AX and the mode code goes into BX (see
  100. help for BX).
  101.  
  102. :ACADRegBX
  103. Most of the time this should be 0000. However, certain card
  104. manufacturers (Most notably Video Seven and Everex) set a
  105. special code in AX to indicate that the actual mode select
  106. code goes into BX.
  107.  
  108. :ACADRegCXDX
  109. No known VGA cards use these registers, and you should simply 
  110. leave them set to 0000. They are provided so that if some
  111. future VGA card uses them, DLD386-VGA will support them.
  112.  
  113. :ACADModeCode
  114. If you put the BIOS code into AX, then select "AL". If you put the
  115. code in to BX for Everex VGAs, select "AL". If you put the code
  116. into BX for VIDEO-7, then select "BL". This is the register that
  117. DLD-VGA must use to prevent the screen from clearing when changing
  118. modes. Failure to do this correctly will result in the flip screen 
  119. not working correctly in the "FAST" mode, but no harm will be done.
  120. If you're not sure, pick "AL".
  121.  
  122. :ACADRes
  123. Enter the resolution that your card will display in when it goes into
  124. the mode specified above. Note that resolutions above 800x600 (namely
  125. 1024x768) will require the correct setting of the chip type (in the
  126. next menu).
  127.  
  128. :ChipSelect16
  129. If the AutoCAD 386 resolution you chose is 800x600 or less, AND the
  130. AutoShade resolution you are about to chose is 320x200 or less,
  131. then you can get away with selecting "GENERIC". Otherwise, you
  132. must know the brand of VGA chip used in your VGA card. You can
  133. find this information in the manual or by actually looking at the
  134. card and locating the square, flat, black VGA controller chip.
  135.  
  136. :ChipSelect256
  137. Unless you have chosen the 320x200 resolution, you MUST specify
  138. the correct VGA chip type for your board. You can find this
  139. information in the manual or by actually looking at the card and
  140. locating the square, flat, black VGA controller chip.
  141.  
  142. :ShadeCustom
  143. Not used.
  144.  
  145. :ShadeRegAX
  146. This is typically where the mode select code goes. The mode MUST be
  147. a 256 color mode, not 16, 4, or 2. If your VGA manual gives you a 
  148. number, but doesn't tell you where to put it, it probably goes here, 
  149. and you can leave BX, CX, and DX set to 0000. Some VGA's (Video Seven
  150. and Everex) put a special code into AX and put the mode code into BX 
  151. (see help for BX).
  152.  
  153. :ShadeRegBX
  154. Most of the time this should be 0000. However, certain card
  155. manufacturers (Most notably Video Seven and Everex) set a special
  156. code in AX to indicate that the actual mode select code goes into BX.
  157.  
  158. :ShadeRegCXDX
  159. No current VGA cards use these registers, and you should simply 
  160. leave them set to 0000. They are provided so that if some future
  161. VGA card uses them, DLD386-VGA will support them.
  162.  
  163. :ShadeRes
  164. Enter the resolution that your card will display in when it goes into
  165. the mode specified above. Note that resolutions above 320x200 will
  166. require the correct setting of the chip type (in the previous menu).
  167.  
  168. :FontSize
  169. Select the font size which you would like used in all the AutoCAD
  170. drawing screen menus, including pull-downs and dialog boxes. The
  171. 8x8 font is rather small, so we recommend that you use either the
  172. 8x14 or 8x16 fonts. A large 12x24 font is available for resolutions
  173. 1024x768 or above.
  174.  
  175. :VGAColor
  176. Specify whether you want to run AutoCAD in a 16 color mode, a 256
  177. color mode, or CEG mode on your VGA. If your VGA does not support a
  178. resolution of at least 640x400 in 256 colors (see your VGA owner's
  179. manual), then you should select the "16 color driver" option,
  180. otherwise you will end up with a very odd display. If your VGA
  181. has an Edsun Labs CEG RAM/DAC, then you can select the CEG 
  182. antialiasing driver. In any case, if you want to change the i